home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 200
- Top = 108
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Wybierz katalog'
- ClientHeight = 279
- ClientWidth = 251
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 21
- Top = 14
- Width = 167
- Height = 13
- Caption = 'Prosz� wybra� odpowiedni katalog.'
- end
- object Label2: TLabel
- Left = 20
- Top = 44
- Width = 39
- Height = 13
- Caption = 'Katalog:'
- end
- object Label3: TLabel
- Left = 20
- Top = 92
- Width = 39
- Height = 13
- Caption = '&Drzewo:'
- end
- object Label4: TLabel
- Left = 20
- Top = 224
- Width = 29
- Height = 13
- Caption = 'Dyski:'
- end
- object Edit1: TEdit
- Left = 20
- Top = 62
- Width = 222
- Height = 21
- TabOrder = 0
- end
- object Button1: TButton
- Left = 167
- Top = 112
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 167
- Top = 142
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Anuluj'
- ModalResult = 2
- TabOrder = 2
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 21
- Top = 112
- Width = 136
- Height = 97
- ItemHeight = 16
- TabOrder = 3
- OnChange = DirectoryListBox1Change
- end
- object DriveComboBox1: TDriveComboBox
- Left = 21
- Top = 240
- Width = 136
- Height = 19
- DirList = DirectoryListBox1
- TabOrder = 4
- end
- end
-